home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 2938 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  751 b 

  1. Path: colossus.holonet.net!windmill!charlie.brown
  2. Distribution: world
  3. Newsgroups: comp.lang.c
  4. From: charlie.brown@windmill.com (Charlie Brown)
  5. Date: Wed, 24 Jan 1996 11:37:00 -0600
  6. Organization: The Windmill Company BBS - 806-792-6116
  7. Subject: VGA SCROLL
  8. Message-ID: <59.27581.5782@windmill.com>
  9.  
  10. How can I scroll horizontally in 640X350 16 color VGA mode?
  11. I can do it slooowly using the Microsoft functions _getimage() and
  12. _setimage(). I tried memmove() using 0xa0000000 as the starting video
  13. memory address and that was fast but it turned all the color to Black
  14. and White. I guess the real question is "How is color info stored
  15. in video memory at that resolution?"
  16.  
  17. ---
  18.  * QMPro 1.01 41-4987 * BorgBurger:  We do it our way. Your way is irrelevant.
  19.